hip.audio_decoding.resampler

Undocumented in source.

Members

Classes

ResamplingContext
class ResamplingContext
Undocumented in source.
SampleControlFlags
class SampleControlFlags
Undocumented in source.

Functions

computeFunc
double computeFunc(float x, FuncDef* func)
Undocumented in source. Be warned that the author may not have intended to support it.
cubicCoef
void cubicCoef(float frac, float* interp)
Undocumented in source. Be warned that the author may not have intended to support it.
gcd
uint gcd(uint a, uint b)
Undocumented in source. Be warned that the author may not have intended to support it.
resamplerBasicDirect
int resamplerBasicDirect(SpeexResampler st, uint chanIdx, const(float)* indata, uint* indataLen, float* outdata, uint* outdataLen)
Undocumented in source. Be warned that the author may not have intended to support it.
resamplerBasicInterpolate
int resamplerBasicInterpolate(SpeexResampler st, uint chanIdx, const(float)* indata, uint* indataLen, float* outdata, uint* outdataLen)
Undocumented in source. Be warned that the author may not have intended to support it.
sinc
float sinc(float cutoff, float x, int N, FuncDef* windowFunc)
Undocumented in source. Be warned that the author may not have intended to support it.

Interfaces

SampleController
interface SampleController
Undocumented in source.

Manifest constants

BUFFER_SIZE_FRAMES
enum BUFFER_SIZE_FRAMES;
Undocumented in source.
BUFFER_SIZE_SHORT
enum BUFFER_SIZE_SHORT;
Undocumented in source.

Static variables

Kaiser10
FuncDef Kaiser10;
Undocumented in source.
Kaiser12
FuncDef Kaiser12;
Undocumented in source.
Kaiser6
FuncDef Kaiser6;
Undocumented in source.
Kaiser8
FuncDef Kaiser8;
Undocumented in source.
kaiser10Table
double[36] kaiser10Table;
Undocumented in source.
kaiser12Table
double[68] kaiser12Table;
Undocumented in source.
kaiser6Table
double[36] kaiser6Table;
Undocumented in source.
kaiser8Table
double[36] kaiser8Table;
Undocumented in source.
qualityMap
QualityMapping[11] qualityMap;
Undocumented in source.

Structs

CubicUpsampler
struct CubicUpsampler
Undocumented in source.
FuncDef
struct FuncDef
Undocumented in source.
QualityMapping
struct QualityMapping
Undocumented in source.
SpeexResampler
struct SpeexResampler
Undocumented in source.

Meta